+2001-11-23 Hans Breuer <hans@breuer.org>
+
+ * gdk/win32/gdkfont-win32.c (gdk_font_from_description) :
+ reflect Pango API change
+
+ * gtk/gtk.def : updated externals
+
+ * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use
+ g_return_val_if_fail() to avoid 'function must return a value'
+
+ * gtk/gtkrc.c : added spaces to fix small coding style issues
+ * gtk/gtkwidget.c : ... and linebreaks. Also a static for
+ 'static correctness'
+
+ * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
+ because they only can be build on win32 after applying my patch
+
Wed Nov 21 22:55:37 2001 Tim Janik <timj@gtk.org>
* gtk/gtkbutton.c (gtk_button_map): raise event window afte
+2001-11-23 Hans Breuer <hans@breuer.org>
+
+ * gdk/win32/gdkfont-win32.c (gdk_font_from_description) :
+ reflect Pango API change
+
+ * gtk/gtk.def : updated externals
+
+ * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use
+ g_return_val_if_fail() to avoid 'function must return a value'
+
+ * gtk/gtkrc.c : added spaces to fix small coding style issues
+ * gtk/gtkwidget.c : ... and linebreaks. Also a static for
+ 'static correctness'
+
+ * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
+ because they only can be build on win32 after applying my patch
+
Wed Nov 21 22:55:37 2001 Tim Janik <timj@gtk.org>
* gtk/gtkbutton.c (gtk_button_map): raise event window afte
+2001-11-23 Hans Breuer <hans@breuer.org>
+
+ * gdk/win32/gdkfont-win32.c (gdk_font_from_description) :
+ reflect Pango API change
+
+ * gtk/gtk.def : updated externals
+
+ * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use
+ g_return_val_if_fail() to avoid 'function must return a value'
+
+ * gtk/gtkrc.c : added spaces to fix small coding style issues
+ * gtk/gtkwidget.c : ... and linebreaks. Also a static for
+ 'static correctness'
+
+ * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
+ because they only can be build on win32 after applying my patch
+
Wed Nov 21 22:55:37 2001 Tim Janik <timj@gtk.org>
* gtk/gtkbutton.c (gtk_button_map): raise event window afte
+2001-11-23 Hans Breuer <hans@breuer.org>
+
+ * gdk/win32/gdkfont-win32.c (gdk_font_from_description) :
+ reflect Pango API change
+
+ * gtk/gtk.def : updated externals
+
+ * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use
+ g_return_val_if_fail() to avoid 'function must return a value'
+
+ * gtk/gtkrc.c : added spaces to fix small coding style issues
+ * gtk/gtkwidget.c : ... and linebreaks. Also a static for
+ 'static correctness'
+
+ * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
+ because they only can be build on win32 after applying my patch
+
Wed Nov 21 22:55:37 2001 Tim Janik <timj@gtk.org>
* gtk/gtkbutton.c (gtk_button_map): raise event window afte
+2001-11-23 Hans Breuer <hans@breuer.org>
+
+ * gdk/win32/gdkfont-win32.c (gdk_font_from_description) :
+ reflect Pango API change
+
+ * gtk/gtk.def : updated externals
+
+ * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use
+ g_return_val_if_fail() to avoid 'function must return a value'
+
+ * gtk/gtkrc.c : added spaces to fix small coding style issues
+ * gtk/gtkwidget.c : ... and linebreaks. Also a static for
+ 'static correctness'
+
+ * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
+ because they only can be build on win32 after applying my patch
+
Wed Nov 21 22:55:37 2001 Tim Janik <timj@gtk.org>
* gtk/gtkbutton.c (gtk_button_map): raise event window afte
+2001-11-23 Hans Breuer <hans@breuer.org>
+
+ * gdk/win32/gdkfont-win32.c (gdk_font_from_description) :
+ reflect Pango API change
+
+ * gtk/gtk.def : updated externals
+
+ * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use
+ g_return_val_if_fail() to avoid 'function must return a value'
+
+ * gtk/gtkrc.c : added spaces to fix small coding style issues
+ * gtk/gtkwidget.c : ... and linebreaks. Also a static for
+ 'static correctness'
+
+ * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
+ because they only can be build on win32 after applying my patch
+
Wed Nov 21 22:55:37 2001 Tim Janik <timj@gtk.org>
* gtk/gtkbutton.c (gtk_button_map): raise event window afte
+2001-11-23 Hans Breuer <hans@breuer.org>
+
+ * gdk/win32/gdkfont-win32.c (gdk_font_from_description) :
+ reflect Pango API change
+
+ * gtk/gtk.def : updated externals
+
+ * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use
+ g_return_val_if_fail() to avoid 'function must return a value'
+
+ * gtk/gtkrc.c : added spaces to fix small coding style issues
+ * gtk/gtkwidget.c : ... and linebreaks. Also a static for
+ 'static correctness'
+
+ * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
+ because they only can be build on win32 after applying my patch
+
Wed Nov 21 22:55:37 2001 Tim Janik <timj@gtk.org>
* gtk/gtkbutton.c (gtk_button_map): raise event window afte
#include <pango/pangowin32.h>
#include "gdkfont.h"
+#include "gdkpango.h" /* gdk_pango_context_get() */
#include "gdkprivate-win32.h"
static GHashTable *font_name_hash = NULL;
g_return_val_if_fail (font_desc != NULL, NULL);
font_map = pango_win32_font_map_for_display ();
- font = pango_font_map_load_font (font_map, font_desc);
+ font = pango_font_map_load_font (font_map, gdk_pango_context_get (), font_desc);
if (font)
{
GTK_TYPE_WRAP_MODE
gtk_accel_group_connect
+ gtk_accel_group_connect_by_path
gtk_accel_group_disconnect
+ gtk_accel_group_disconnect_key
gtk_accel_group_find
gtk_accel_group_from_accel_closure
gtk_accel_group_get_type
gtk_accel_group_query
gtk_accel_group_unlock
gtk_accel_groups_activate
- gtk_accel_groups_disconnect_closure
- gtk_accel_groups_from_acceleratable
+ gtk_accel_groups_from_object
gtk_accel_label_get_accel_widget
gtk_accel_label_get_accel_width
gtk_accel_label_get_type
gtk_accel_label_set_accel_widget
gtk_accel_map_add_entry
gtk_accel_map_add_filter
- gtk_accel_map_add_notifer
gtk_accel_map_change_entry
gtk_accel_map_foreach
gtk_accel_map_foreach_unfiltered
gtk_accel_map_load_fd
gtk_accel_map_load_scanner
gtk_accel_map_lookup_entry
- gtk_accel_map_remove_notifer
gtk_accel_map_save
gtk_accel_map_save_fd
gtk_accelerator_get_default_mod_mask
gtk_file_selection_new
gtk_file_selection_set_filename
gtk_file_selection_show_fileop_buttons
+ gtk_fixed_get_has_window
gtk_fixed_get_type
gtk_fixed_move
gtk_fixed_new
gtk_fixed_put
+ gtk_fixed_set_has_window
gtk_font_selection_dialog_get_font
gtk_font_selection_dialog_get_font_name
gtk_font_selection_dialog_get_preview_text
gtk_tree_view_column_get_max_width
gtk_tree_view_column_get_min_width
gtk_tree_view_column_get_reorderable
+ gtk_tree_view_column_get_resizable
gtk_tree_view_column_get_sizing
gtk_tree_view_column_get_sort_column_id
gtk_tree_view_column_get_sort_indicator
gtk_tree_view_column_set_max_width
gtk_tree_view_column_set_min_width
gtk_tree_view_column_set_reorderable
+ gtk_tree_view_column_set_resizable
gtk_tree_view_column_set_sizing
gtk_tree_view_column_set_sort_column_id
gtk_tree_view_column_set_sort_indicator
gtk_widget_intersect
gtk_widget_is_ancestor
gtk_widget_is_focus
+ gtk_widget_list_accel_closures
gtk_widget_map
gtk_widget_mnemonic_activate
gtk_widget_modify_base
gboolean
gtk_fixed_get_has_window (GtkFixed *fixed)
{
- g_return_if_fail (GTK_IS_FIXED (fixed));
+ g_return_val_if_fail (GTK_IS_FIXED (fixed), FALSE);
return !GTK_WIDGET_NO_WINDOW (fixed);
}
}
gchar *
-gtk_rc_get_theme_dir(void)
+gtk_rc_get_theme_dir (void)
{
gchar *var, *path;
}
gchar *
-gtk_rc_get_module_dir(void)
+gtk_rc_get_module_dir (void)
{
return gtk_rc_make_default_dir ("engines");
}
g_free (requisition);
}
-AtkObject* gtk_widget_get_accessible (GtkWidget *widget)
+AtkObject*
+gtk_widget_get_accessible (GtkWidget *widget)
{
GtkWidgetClass *klass;
return klass->get_accessible (widget);
}
-AtkObject* gtk_widget_real_get_accessible (GtkWidget *widget)
+static AtkObject*
+gtk_widget_real_get_accessible (GtkWidget *widget)
{
AtkObject* accessible;